var crypto/rsa.bigOne
8 uses
crypto/rsa (current package)
rsa.go#L62: var bigOne = big.NewInt(1)
rsa.go#L498: n := new(big.Int).Set(bigOne)
rsa.go#L499: totient := new(big.Int).Set(bigOne)
rsa.go#L503: pminus1.Sub(prime, bigOne)
rsa.go#L628: if prime.Cmp(bigOne) <= 0 {
rsa.go#L633: precomputed.Dp = new(big.Int).Sub(priv.Primes[0], bigOne)
rsa.go#L636: precomputed.Dq = new(big.Int).Sub(priv.Primes[1], bigOne)
rsa.go#L650: values.Exp = new(big.Int).Sub(prime, bigOne)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)